From 489a10f4884fce14dc2786dbf17fe0b5b7d3f0aa Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 15 Feb 2013 19:48:48 -0500 Subject: [PATCH] gtkicontheme: Mark copy/free compat symbols as skip --- gtk/gtkicontheme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index a399ac543f..42e86a2ca6 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -3064,7 +3064,7 @@ icon_info_new_builtin (BuiltinIcon *icon) } /** - * gtk_icon_info_copy: + * gtk_icon_info_copy: (skip) * @icon_info: a #GtkIconInfo * * Make a copy of a #GtkIconInfo. @@ -3085,7 +3085,7 @@ gtk_icon_info_copy (GtkIconInfo *icon_info) } /** - * gtk_icon_info_free: + * gtk_icon_info_free: (skip) * @icon_info: a #GtkIconInfo * * Free a #GtkIconInfo and associated information -- 2.30.2